home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P7 < prev    next >
Text File  |  1994-02-12  |  3KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                     7
  6.  
  7.      Where "port"  is the number of your modem's serial port.  For example,
  8.      a TriBBS  system that will  be using a modem  hooked up to  COM2 would
  9.      need to be initialized with the following command:
  10.  
  11.      BBS /C2
  12.  
  13.      You can  create a local-only node by specifying  a port number of 0 as
  14.      follows:
  15.  
  16.      BBS /C0
  17.  
  18.      By  creating  a local-only  node, the  TriBBS  node doesn't  require a
  19.      modem.  This can be very useful for setting up a node for the sysop to
  20.      perform daily maintenance on.  You should note that some doors may not
  21.      be useable with a local-only node.
  22.  
  23.      IMPORTANT: If your  modem can't support at  least 2400 baud,  you must
  24.      start TriBBS with the following command:
  25.  
  26.      BBS /Bbaud
  27.  
  28.      Where "baud" is your modem's highest baud rate.  For example, a TriBBS
  29.      system  that will  be  using  a  1200  baud modem  would  need  to  be
  30.      initialized with the following command:
  31.  
  32.      BBS /B1200
  33.  
  34.      You can of  course combine the /C  and /B command line  switches.  For
  35.      example, a  system with a 300  baud (YUCK!!!) modem hooked  up to COM3
  36.      would use one of the following commands:
  37.  
  38.      BBS /C3 /B300  or BBS /B300 /C3
  39.  
  40.      If everything went ok,  you should now see TriBBS's Waiting for Caller
  41.      screen.  This screen presents you with 12 menu options.  At this time,
  42.      you should use the arrow keys to position  the double-lined box around
  43.      the "Exit TriBBS"  option.  Once  the double-lined box  is around  the
  44.      "Exit  TriBBS"  option, simply  press <ENTER>  (For  the rest  of this
  45.      manual, a keyboard  key is indicated by  surrounding it with  <>.) and
  46.      you will be returned to the DOS prompt.  
  47.  
  48.      By running TriBBS in this fashion, TriBBS has created  two system data
  49.      files (SYSDAT1.DAT and SYSDAT2.DAT), a node data  file (NODE.DAT), and
  50.      five  subdirectories off  your  main  TriBBS  directory.   These  five
  51.      subdirectories are named MWORK,  NWORK, DISPLAY, TRANSFER, and TTTEMP.
  52.      If your  main TriBBS directory is  C:\TRIBBS, you should now  have the
  53.      following   five  subdirectories:   C:\TRIBBS\MWORK,  C:\TRIBBS\NWORK,
  54.      C:\TRIBBS\DISPLAY, C:\TRIBBS\TRANSFER, and  C:\TRIBBS\TTTEMP.   TriBBS
  55.      creates  these five  subdirectories to  maintain the  BBS.   The MWORK
  56.      directory  holds   the  user  data  file,   the  message  conferences,
  57.      questionnaires, answers to questionnaires, the  callers log, and a few
  58.      other  data files.  The  NWORK directory holds  the menu configuration
  59.  
  60.  
  61.  
  62.